home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE09
/
CODERS
/
MBEXPERT.DPR
< prev
next >
Wrap
Text File
|
1996-04-04
|
211b
|
14 lines
program Mbexpert;
uses
Forms,
Mbform1 in 'MBFORM1.PAS' {MBDesigner},
Expttool in 'EXPTTOOL.PAS';
{$R *.RES}
begin
Application.CreateForm(TMBDesigner, MBDesigner);
Application.Run;
end.